home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / SLICE.LZH / SLICE.DOC next >
Text File  |  1990-04-30  |  5KB  |  109 lines

  1.  
  2.                           File Slicer and Joiner
  3.                          ------------------------
  4.                            V5.0 (April 27, 1990)           
  5.                       Written by: Virgil M. Wall, Jr.
  6.  
  7.  
  8. Purpose
  9. -------
  10.      Slice will take a file of any size greater than 10K and split it
  11. into a series of smaller segment files.  Why do this?  Well, lets say you
  12. have a compressed file that totals about 1 meg and you need to store it on 
  13. low-density 5 1/4 disks.  Or lets say a friend only has a low density 5 1/4
  14. drive, and you have a file that is just too big to fit on a low density
  15. disk no matter what you do (check the latest version of a popular word
  16. processor -- or how about some files in a popular spreadsheet) 
  17.   -- well slice it up!
  18.  
  19. Use
  20. -------
  21. Make sure the slice program is somewhere in your path and type 'slice'.
  22. Press the space bar to begin.
  23. The menu now asks if you wish to (S)plit (J)oin or (E)xit -- press your choice.
  24.  
  25. Splitting
  26. .........
  27. Enter the name of the file you wish to slice up (include extension).
  28. If the file isn't in your current path, then be sure to specify the path
  29.   along with the name. (Ex. C:\wp51\wp.fil)
  30. Now, enter the maximum split file size in BYTES.
  31.   Note: This will be the size of the first split file only.
  32.         All other split files (except last one) will be
  33.         one byte less than the first file.
  34.         The size of the last split file will be whatever
  35.         was left over after dividing the original file
  36.         size by the split file size.
  37.         (Ex.  Original File Size -- 603457 BYTES
  38.               Split file size -- 100000 BYTES
  39.               therefore
  40.               Split File 1 = 100000
  41.               Split File 2 =  99999
  42.               Split File 3 =  99999
  43.               Split File 4 =  99999
  44.               Split File 5 =  99999
  45.               Split File 5 =  99999
  46.               Split File 6 =   3553
  47.          Note: Total Split file size will be one byte larger than original
  48.                file size.)
  49.  
  50. After entering the maximum split file size, Slice will tell you how many
  51. split files will be produced.  Answer 'Y' or 'N' to designate if this
  52. is OK or not.
  53.  
  54. The Screen should now clear and you will be asked to enter a three character
  55. prefix that will be used to name the split files.
  56. For example: You enter 'abc' then the split files will be named
  57.              'abc1.spl' 'abc2.spl' 'abc3.spl' . . .
  58.              (Note:  The extension is always 'SPL')
  59.  
  60. Now simply enter the output path for the sliced files (Be sure to end in a '\'.)
  61. Slice will report as each sliced file is generated.
  62. (Note:  IMPORTANT: The outpath must be large enough to hold ALL split files.
  63.         Register with at least $10 and you will be sent the latest version
  64.         of slice (when available - shortly) that will permit individual
  65.         sizing of each sliced file as well as slicing to an outpath
  66.         that is too small to hold all sliced files (you will be prompted
  67.         to insert another disk).  For now, you probably will need to use
  68.         hard drive space for most files.) 
  69.  
  70. Rejoining
  71. .........
  72.  
  73. Type Slice to Begin
  74. Press Space and Select (J)oin.
  75. Enter the path that contains the sliced files as well as the three 
  76.   character prefix (*See Slicing above for more details*)
  77.   (Ex. C:\testdir\abc)
  78. Now enter the output path and output file name.
  79.   (Ex. C:\wp51\wp.fil)
  80.  
  81. The Rejoined file will be generated but the split files will not be deleted.
  82.  
  83.  
  84.  
  85. ****************************************************************************
  86.  
  87. Note:  THIS SOFTWARE IS NOT FREE!!
  88.  
  89. IF YOU FIND SLICE USEFUL IN ANY WAY, THEN PLEASE SEND FROM $1 TO $WHATEVER TO
  90.                             
  91.                                 VIRGIL WALL
  92.                                  PO BOX 17
  93.                             HENRIETTA, NC 28076
  94.  
  95. IF YOU SEND AT LEAST $10, THEN YOU WILL BE SENT THE LATEST VERSION OF SLICE.
  96. ALSO, AS A REGISTERED USER, YOUR NEW VERSION OF SLICE WILL HAVE MANY MORE
  97. USEFUL APPLICATIONS AND FEWER RESTRICTIONS. YOU WILL BE ABLE TO DESIGNATE
  98. THE SIZE OF EACH SLICED FILE (IF YOU WISH) AS WELL AS OUTPUT DIRECTLY TO
  99. AN OUTPUT DRIVE THAT CAN'T HOLD ALL THE SLICED FILES (YOU WILL BE PROMPTED
  100. TO INSERT FRESH DISKS WHEN NECESSARY -- EVEN FORMAT ON THE FLY).  ALSO
  101. THERE WILL BE AN OPTION TO FILL EACH INSERTED DISK TO ITS MAXIMUM STORAGE.
  102. THESE FEATURES WILL ONLY BE AVAILABLE ON REGISTERED VERSIONS OF SLICE THAT
  103. I MAIL OUT.
  104.  
  105.  
  106. SO COME ON -- REGISTER, CLEAR YOUR CONSCIENCE, AND GET THE LATEST SUPERCHARGED
  107.                                VERSION OF SLICE
  108.  
  109. ******************************************************************************